Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker compose and README #296

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

flaeri
Copy link
Contributor

@flaeri flaeri commented Sep 28, 2024

Update to new trackmania image, and likewise evosc_sharp.

Prior to this change, docker compose would fail, as the old trackmania image (deprecated) no longer exists. Same for the previous evosc_sharp.

Old trackmania image (with deprecation note):
https://hub.docker.com/r/evotm/trackmania

Old evosc_sharp:
https://hub.docker.com/r/evoesports/evoscsharp (does not exist)

WindowsTerminal_X0ambuy4ou

I have not updated the EvoSC.csproj version number, as I assumed it wont be required for this change.

@@ -21,7 +21,7 @@ services:
- POSTGRES_DB=evosc_sharp

evosc_sharp:
image: evoscsharp:latest
image: evoesports/evosc-sharp:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be evoesports/evosc-sharp (or atleast not yet). This should be the build of EvoSC-sharp locally, by building the project with docker build -t evoscsharp . from the working directory.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, my apologies, will drop that change

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem haha, it's not documented anywhere, so difficult to know!

Update to new trackmania image, and likewise evosc_sharp. Update README to new docker image
@flaeri flaeri changed the title Update docker compose Update docker compose and README Sep 28, 2024
@AtomicLiquid AtomicLiquid merged commit f8ac60d into EvoEsports:master Sep 28, 2024
1 check passed
@flaeri flaeri deleted the docker-comp-update branch September 28, 2024 21:23
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants